home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-16 / dos5tch.zip / SLICE.DOC < prev    next >
Text File  |  1989-10-31  |  2KB  |  45 lines

  1. SLICE (and SPLICE)
  2. Command
  3.  
  4. Bob Flanders and Michael Holmes
  5. 1989 No. 9 (Utilities)
  6.  
  7.  
  8. Purpose: Spreads a DOS file too large to be copied onto a single floppy disk
  9. across multiple diskettes, enabling the file to be restored onto a second
  10. machine.
  11.  
  12. Format:    SLICE [d:][path]filename[.ext] d:
  13.  
  14. Remarks: The filename of the file to be divided may be preceded with a drive
  15. and/or path, if needed.  The d: 20target drive may be any drive that DOS
  16. recognizes as a removable medium.  Diskettes from 160KB to 1.44MB capacity may
  17. be used, as may disk cartridges whose device driver identifies them as 
  18. employing a removable medium.
  19.  
  20. As each target diskette becomes filled, the user is prompted to insert a fresh
  21. one; up to 99 formatted target disks may be accommodated.  On the first of
  22. these, SLICE also creates a short (approximately 1KB) program, SPLICE.COM, 
  23. which is subsequently used to reassemble the separate sections into which
  24. filename has been broken.  The syntax for SPLICE.COM is:
  25.  
  26. Format:    d:\SPLICE s: [t:][path] [/R]
  27.  
  28. Remarks: The d: parameter designates the drive on which SPLICE.COM has been
  29. written, and s: designates the source drive. Normally, these are the same.
  30. The optional t: and path identify the hard disk/path onto which the file is to
  31. be reassembled as single entity.  If these latter parameters are unspecified,
  32. the default drive and directory will be used for restoration.  The original
  33. filename cannot be changed in either the SLICE or SPLICE operations, each of
  34. which requires approximately 34KB of available memory. The optional /R 
  35. parameter tells the program to disable the check for removeable media.  If you
  36. receive an error message saying, "Must be removeable media," you can try 
  37. running SPLICE with the /R parameter.  This is useful when the device driver 
  38. for a drive does not support the IOCTL requesting removeable status.
  39.  
  40. Note: Although the DOS BACKUP and RESTORE utilities also permit a single file
  41. to be divided among multiple disks, they require that the same version of DOS 
  42. be present on both the originating and the receiving machines.
  43.  
  44.  
  45.